home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 69-language-selector-ko-kr.conf < prev    next >
Text File  |  2008-03-06  |  1KB  |  52 lines

  1. <fontconfig>
  2.  
  3. <!-- Set preferred Korean fonts -->
  4.     <match target="pattern">
  5.         <test qual="any" name="family">
  6.             <string>serif</string>
  7.         </test>
  8.         <edit name="family" mode="prepend" binding="strong">
  9.             <string>UnBatang</string>
  10.         </edit>
  11.     </match>
  12.     <match target="pattern">
  13.         <test qual="any" name="family">
  14.             <string>sans-serif</string>
  15.         </test>
  16.         <edit name="family" mode="prepend" binding="strong">
  17.             <string>UnDotum</string>
  18.             <string>Guseul</string>
  19.         </edit>
  20.     </match>
  21.     <match target="pattern">
  22.         <test qual="any" name="family">
  23.             <string>monospace</string>
  24.         </test>
  25.         <edit name="family" mode="prepend" binding="strong">
  26.             <string>UnDotum</string>
  27.             <string>Guseul</string>
  28.         </edit>
  29.     </match>
  30.  
  31. <!-- Bind EunGuseul with Bitstream Vera Sans -->
  32. <match target="pattern">
  33.     <test name="family">
  34.         <string>Guseul</string>
  35.     </test>
  36.     <edit mode="append" binding="strong" name="family">
  37.         <string>Bitstream Vera Sans</string>
  38.     </edit>
  39. </match>
  40.  
  41. <!-- Bind EunGuseul Mono with Bitstream Vera Sans Mono -->
  42. <match target="pattern">
  43.     <test name="family">
  44.         <string>Guseul Mono</string>
  45.     </test>
  46.     <edit mode="append" binding="strong" name="family">
  47.         <string>Bitstream Vera Sans Mono</string>
  48.     </edit>
  49. </match> 
  50.  
  51. </fontconfig>
  52.